home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Vollversion / CamD / development / examples / playmf / smakefile < prev    next >
Makefile  |  2000-05-15  |  121b  |  7 lines

  1. CFLAGS = data=near nominc strmer streq nostkchk saveds ign=73
  2.  
  3. all: playmf
  4.  
  5. playmf: playmf.c
  6.     sc link $(CFLAGS) playmf.c
  7.